home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-mx51 / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  2.0 KB  |  92 lines

  1. menu "MX51 Options"
  2.     depends on ARCH_MX51
  3.  
  4. config MX51_OPTIONS
  5.     bool
  6.     default y
  7.     select CPU_V7
  8.     select USB_ARCH_HAS_EHCI
  9.     select MXC_TZIC
  10.  
  11. config MACH_MX51_3DS
  12.     bool "Support MX51 3-Stack platforms"
  13.     default y
  14.     help
  15.       Include support for MX51 3-Stack platform. This includes specific
  16.       configurations for the board and its peripherals.
  17.  
  18. config MACH_MX51_BABBAGE
  19.     bool "Support MX51 BABBAGE platforms"
  20.     help
  21.       Include support for MX51 Babbage platform. This includes specific
  22.       configurations for the board and its peripherals.
  23.  
  24. config MXC_SDMA_API
  25.         bool "Use SDMA API"
  26.         default y
  27.         help
  28.            This selects the Freescale MXC SDMA API.
  29.            If unsure, say N.
  30.  
  31. config ARCH_MXC_HAS_NFC_V3
  32.         bool "MXC NFC Hardware Version 3"
  33.         depends on ARCH_MX51
  34.         default y
  35.         help
  36.            This selects the Freescale MXC Nand Flash Controller Hardware Version 3
  37.            If unsure, say N.
  38.  
  39. config ARCH_MXC_HAS_NFC_V3_2
  40.         bool "MXC NFC Hardware Version 3.2"
  41.         depends on ARCH_MXC_HAS_NFC_V3
  42.         default y
  43.         help
  44.            This selects the Freescale MXC Nand Flash Controller Hardware Version 3.1
  45.            If unsure, say N.
  46.  
  47. menu "SDMA options"
  48.         depends on MXC_SDMA_API
  49.  
  50. config SDMA_IRAM
  51.         bool "Use Internal RAM for SDMA transfer"
  52.         default n
  53.     help
  54.            Support Internal RAM as SDMA buffer or control structures
  55.  
  56. config SDMA_IRAM_SIZE
  57.         hex "Reserved bytes of IRAM for SDMA (0x800-0x1000)"
  58.         range 0x800 0x1000
  59.         depends on SDMA_IRAM
  60.         default "0x1000"
  61.         help
  62.            Set the size of IRAM for SDMA. It must be a multiple of 512bytes.
  63. endmenu
  64.  
  65. menu "Device options"
  66.  
  67. config I2C_MXC_SELECT1
  68.     bool "Enable I2C1 module"
  69.     default y
  70.     depends on I2C_MXC
  71.     help
  72.       Enable MX51 I2C1 module.
  73.  
  74. config I2C_MXC_SELECT2
  75.     bool "Enable I2C2 module"
  76.     default n
  77.     depends on I2C_MXC
  78.     help
  79.       Enable MX51 I2C2 module.
  80.  
  81. config I2C_MXC_SELECT3
  82.     bool "Enable I2C3 module"
  83.     default n
  84.     depends on I2C_MXC
  85.     help
  86.       Enable MX51 I2C3 module.
  87.  
  88. endmenu
  89.  
  90. endmenu
  91.  
  92.